home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Rolling Stones: Shine a Light (Press Kit)
/
Shine a Light (Press Kit).iso
/
pc
/
program.dxr
/
Internal_17_HELP_GOTO_CASE_BEHAVIOR.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2008-03-03
|
362 b
|
23 lines
global gPrevFrm
on mouseWithin
cursor(280)
end
on mouseLeave
cursor(0)
end
on mouseUp me
frmlbl = the frameLabel
if frmlbl = "Save" then
member("saveshot").image = (the stage).image
go("SaveHelp")
else
member("screenshot").image = (the stage).image
go("helptest")
end if
gPrevFrm.add(frmlbl)
sound(3).play(member("Click"))
end